3.2.59 \(\int \frac {x (a+b \sinh ^{-1}(c x))}{(d+c^2 d x^2)^{3/2}} \, dx\) [159]

Optimal. Leaf size=70 \[ -\frac {a+b \sinh ^{-1}(c x)}{c^2 d \sqrt {d+c^2 d x^2}}+\frac {b \sqrt {1+c^2 x^2} \text {ArcTan}(c x)}{c^2 d \sqrt {d+c^2 d x^2}} \]

[Out]

(-a-b*arcsinh(c*x))/c^2/d/(c^2*d*x^2+d)^(1/2)+b*arctan(c*x)*(c^2*x^2+1)^(1/2)/c^2/d/(c^2*d*x^2+d)^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.05, antiderivative size = 70, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 24, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.083, Rules used = {5798, 209} \begin {gather*} \frac {b \sqrt {c^2 x^2+1} \text {ArcTan}(c x)}{c^2 d \sqrt {c^2 d x^2+d}}-\frac {a+b \sinh ^{-1}(c x)}{c^2 d \sqrt {c^2 d x^2+d}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(x*(a + b*ArcSinh[c*x]))/(d + c^2*d*x^2)^(3/2),x]

[Out]

-((a + b*ArcSinh[c*x])/(c^2*d*Sqrt[d + c^2*d*x^2])) + (b*Sqrt[1 + c^2*x^2]*ArcTan[c*x])/(c^2*d*Sqrt[d + c^2*d*
x^2])

Rule 209

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1/(Rt[a, 2]*Rt[b, 2]))*ArcTan[Rt[b, 2]*(x/Rt[a, 2])], x] /;
 FreeQ[{a, b}, x] && PosQ[a/b] && (GtQ[a, 0] || GtQ[b, 0])

Rule 5798

Int[((a_.) + ArcSinh[(c_.)*(x_)]*(b_.))^(n_.)*(x_)*((d_) + (e_.)*(x_)^2)^(p_.), x_Symbol] :> Simp[(d + e*x^2)^
(p + 1)*((a + b*ArcSinh[c*x])^n/(2*e*(p + 1))), x] - Dist[b*(n/(2*c*(p + 1)))*Simp[(d + e*x^2)^p/(1 + c^2*x^2)
^p], Int[(1 + c^2*x^2)^(p + 1/2)*(a + b*ArcSinh[c*x])^(n - 1), x], x] /; FreeQ[{a, b, c, d, e, p}, x] && EqQ[e
, c^2*d] && GtQ[n, 0] && NeQ[p, -1]

Rubi steps

\begin {align*} \int \frac {x \left (a+b \sinh ^{-1}(c x)\right )}{\left (d+c^2 d x^2\right )^{3/2}} \, dx &=-\frac {a+b \sinh ^{-1}(c x)}{c^2 d \sqrt {d+c^2 d x^2}}+\frac {\left (b \sqrt {1+c^2 x^2}\right ) \int \frac {1}{1+c^2 x^2} \, dx}{c d \sqrt {d+c^2 d x^2}}\\ &=-\frac {a+b \sinh ^{-1}(c x)}{c^2 d \sqrt {d+c^2 d x^2}}+\frac {b \sqrt {1+c^2 x^2} \tan ^{-1}(c x)}{c^2 d \sqrt {d+c^2 d x^2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.10, size = 82, normalized size = 1.17 \begin {gather*} -\frac {\sqrt {d+c^2 d x^2} \left (a+b \sinh ^{-1}(c x)\right )}{c^2 d^2 \left (1+c^2 x^2\right )}+\frac {b \sqrt {d \left (1+c^2 x^2\right )} \text {ArcTan}(c x)}{c^2 d^2 \sqrt {1+c^2 x^2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(x*(a + b*ArcSinh[c*x]))/(d + c^2*d*x^2)^(3/2),x]

[Out]

-((Sqrt[d + c^2*d*x^2]*(a + b*ArcSinh[c*x]))/(c^2*d^2*(1 + c^2*x^2))) + (b*Sqrt[d*(1 + c^2*x^2)]*ArcTan[c*x])/
(c^2*d^2*Sqrt[1 + c^2*x^2])

________________________________________________________________________________________

Maple [C] Result contains complex when optimal does not.
time = 0.92, size = 164, normalized size = 2.34

method result size
default \(-\frac {a}{c^{2} d \sqrt {c^{2} d \,x^{2}+d}}-\frac {b \sqrt {d \left (c^{2} x^{2}+1\right )}\, \arcsinh \left (c x \right )}{c^{2} d^{2} \left (c^{2} x^{2}+1\right )}+\frac {i b \sqrt {d \left (c^{2} x^{2}+1\right )}\, \ln \left (c x +\sqrt {c^{2} x^{2}+1}+i\right )}{\sqrt {c^{2} x^{2}+1}\, c^{2} d^{2}}-\frac {i b \sqrt {d \left (c^{2} x^{2}+1\right )}\, \ln \left (c x +\sqrt {c^{2} x^{2}+1}-i\right )}{\sqrt {c^{2} x^{2}+1}\, c^{2} d^{2}}\) \(164\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x*(a+b*arcsinh(c*x))/(c^2*d*x^2+d)^(3/2),x,method=_RETURNVERBOSE)

[Out]

-a/c^2/d/(c^2*d*x^2+d)^(1/2)-b*(d*(c^2*x^2+1))^(1/2)/c^2/d^2/(c^2*x^2+1)*arcsinh(c*x)+I*b*(d*(c^2*x^2+1))^(1/2
)/(c^2*x^2+1)^(1/2)/c^2/d^2*ln(c*x+(c^2*x^2+1)^(1/2)+I)-I*b*(d*(c^2*x^2+1))^(1/2)/(c^2*x^2+1)^(1/2)/c^2/d^2*ln
(c*x+(c^2*x^2+1)^(1/2)-I)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*(a+b*arcsinh(c*x))/(c^2*d*x^2+d)^(3/2),x, algorithm="maxima")

[Out]

b*(integrate(1/(sqrt(c^2*x^2 + 1)*x), x)/(c^2*d^(3/2)) - log(c*x + sqrt(c^2*x^2 + 1))/(sqrt(c^2*x^2 + 1)*c^2*d
^(3/2)) - integrate(1/(c^5*d^(3/2)*x^4 + c^3*d^(3/2)*x^2 + (c^4*d^(3/2)*x^3 + c^2*d^(3/2)*x)*sqrt(c^2*x^2 + 1)
), x)) - a/(sqrt(c^2*d*x^2 + d)*c^2*d)

________________________________________________________________________________________

Fricas [A]
time = 0.45, size = 128, normalized size = 1.83 \begin {gather*} -\frac {{\left (b c^{2} x^{2} + b\right )} \sqrt {d} \arctan \left (\frac {2 \, \sqrt {c^{2} d x^{2} + d} \sqrt {c^{2} x^{2} + 1} c \sqrt {d} x}{c^{4} d x^{4} - d}\right ) + 2 \, \sqrt {c^{2} d x^{2} + d} b \log \left (c x + \sqrt {c^{2} x^{2} + 1}\right ) + 2 \, \sqrt {c^{2} d x^{2} + d} a}{2 \, {\left (c^{4} d^{2} x^{2} + c^{2} d^{2}\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*(a+b*arcsinh(c*x))/(c^2*d*x^2+d)^(3/2),x, algorithm="fricas")

[Out]

-1/2*((b*c^2*x^2 + b)*sqrt(d)*arctan(2*sqrt(c^2*d*x^2 + d)*sqrt(c^2*x^2 + 1)*c*sqrt(d)*x/(c^4*d*x^4 - d)) + 2*
sqrt(c^2*d*x^2 + d)*b*log(c*x + sqrt(c^2*x^2 + 1)) + 2*sqrt(c^2*d*x^2 + d)*a)/(c^4*d^2*x^2 + c^2*d^2)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {x \left (a + b \operatorname {asinh}{\left (c x \right )}\right )}{\left (d \left (c^{2} x^{2} + 1\right )\right )^{\frac {3}{2}}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*(a+b*asinh(c*x))/(c**2*d*x**2+d)**(3/2),x)

[Out]

Integral(x*(a + b*asinh(c*x))/(d*(c**2*x**2 + 1))**(3/2), x)

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*(a+b*arcsinh(c*x))/(c^2*d*x^2+d)^(3/2),x, algorithm="giac")

[Out]

integrate((b*arcsinh(c*x) + a)*x/(c^2*d*x^2 + d)^(3/2), x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int \frac {x\,\left (a+b\,\mathrm {asinh}\left (c\,x\right )\right )}{{\left (d\,c^2\,x^2+d\right )}^{3/2}} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((x*(a + b*asinh(c*x)))/(d + c^2*d*x^2)^(3/2),x)

[Out]

int((x*(a + b*asinh(c*x)))/(d + c^2*d*x^2)^(3/2), x)

________________________________________________________________________________________